forum

home / developersection / forums / code for adding to ienumerable

Code for adding to IEnumerable

Anonymous User 1967 06-Apr-2013
Hi Guys

I have an enumerator like this

IEnumerable<System.Windows.Documents.FixedPage> page;
How can I add a page (eg: D:\newfile.txt) to it? I have tried Add, Append, Concat etc But nothing worked for me.

Thanks 

c# c# 
Updated on 06-Apr-2013

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By